gtk testsuite: Stop using gtk_widget_show_now
authorMatthias Clasen <mclasen@redhat.com>
Fri, 2 Feb 2018 17:13:10 +0000 (18:13 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 4 Feb 2018 22:23:15 +0000 (23:23 +0100)
If this is a problem, it needs to be handled explicitly.

testsuite/gtk/focus.c

index ef236688f389f60d1f410d438a3544e22b2208d1..2884d137b3ffed2a593c37350802dee90f510fb4 100644 (file)
@@ -24,7 +24,7 @@ test_window_focus (void)
 
   g_assert (gtk_window_get_focus (GTK_WINDOW (window)) == entry1);
 
-  gtk_widget_show_now (window);
+  gtk_widget_show (window);
 
   g_assert (gtk_window_get_focus (GTK_WINDOW (window)) == entry1);